} utf_string;
typedef struct {
- geocache_type type;
- geocache_container container;
int id; /* The decimal cache number */
- int diff; /* (multiplied by ten internally) */
- int terr; /* (likewise) */
+ geocache_type type:5;
+ geocache_container container:4;
+ int diff:6; /* (multiplied by ten internally) */
+ int terr:6; /* (likewise) */
time_t exported;
time_t last_found;
char *placer; /* Placer name */